home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 18440 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: news.halcyon.com!usenet
  2. From: normanb@halcyon.com (Norm Bryar)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: MSVC 2.0 <-> MSVC 4.0
  5. Date: Sat, 20 Apr 1996 14:50:56 GMT
  6. Organization: Northwest Nexus Inc.
  7. Message-ID: <4latj1$4i6@news.halcyon.com>
  8. References: <4l8fhb$o9l@news1.gtn.com>
  9. NNTP-Posting-Host: blv-pm2-ip16.halcyon.com
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. sbetz@pop.gun.de (Stephan 'FRiDAY' Betz) wrote:
  13.  
  14. >Heya !
  15.  
  16. >Does anybody know of any problems moving MSVC2.0 project to MSVC4.0 ?
  17. >I'd like to use the benefits of MSVC 4.0. But how do you say: never
  18. >touch a running system and I'm kind of afraid moving my project.
  19.  
  20. >Any help would be greatly appreciated,
  21.  
  22. >Stephan Betz (sbetz@pop.gun.de)
  23.  
  24.  
  25. We ported a couple hundred thousand lines of code and all we
  26. encountered was a change in WaveOut()'s argument type, something Ex
  27. instead of something.
  28.  
  29. Meanwhile, we got dynamic_cast<>(), STL, namespaces, and make-file
  30. changes that to use relative paths for targets and dependencies,
  31. allowing our version-control program to put our project on any drive
  32. or directory without us having to change the makefile to reflect the
  33. new location.  
  34.  
  35. And, of course, the usual benefits of upgrading: bug-fixes,
  36. product-support, etc.  
  37.  
  38. VC4.0 has its own bugs, however, like occassionally coloring text as
  39. commented when its not commented.  Occassionally losing track of the
  40. on-line helpfile over the net, etc.  But, we can live with those.
  41.  
  42.                         --Norm 
  43.  
  44.